treewide: adopt orphaned packages

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-04-28 18:55:21 +02:00
parent 93909e9c7b
commit 9255c4d2d0
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE
11 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/jsdw/git-backup";
description = "A tool to help you backup your git repositories from services like GitHub";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "git-backup";
};
}

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/swsnr/git-gone";
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "git-gone";
};
}

View File

@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/siedentop/git-quickfix";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "git-quickfix";
};
}

View File

@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
description = "Automatically trims your branches whose tracking remote refs are merged or gone";
homepage = "https://github.com/foriequal0/git-trim";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "git-trim";
};
}

View File

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ikatson/rqbit";
changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "rqbit";
};
}

View File

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/harlanc/xiu";
changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "xiu";
};
}

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nuta/nsh";
changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md";
license = [ licenses.cc0 /* or */ licenses.mit ];
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
};
passthru = {

View File

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ivanceras/svgbob";
changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "svgbob";
};
}

View File

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "the 'ls' replacement you never knew you needed";
homepage = "https://github.com/willdoescode/nat";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "natls";
};
}

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "sleep with feedback";
homepage = "https://github.com/clamiax/snore";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ cafkafk ];
platforms = platforms.unix;
mainProgram = "snore";
};

View File

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/orf/gping";
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ cafkafk ];
mainProgram = "gping";
};
}