mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
mergiraf: add meta.downloadPage
This commit is contained in:
parent
b27e729739
commit
8a4403a17e
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Syntax-aware git merge driver for a growing collection of programming languages and file formats";
|
description = "Syntax-aware git merge driver for a growing collection of programming languages and file formats";
|
||||||
homepage = "https://mergiraf.org/";
|
homepage = "https://mergiraf.org/";
|
||||||
|
downloadPage = "https://codeberg.org/mergiraf/mergiraf";
|
||||||
changelog = "https://codeberg.org/mergiraf/mergiraf/releases/tag/v${finalAttrs.version}";
|
changelog = "https://codeberg.org/mergiraf/mergiraf/releases/tag/v${finalAttrs.version}";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Only;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue