treewide: adopt orphaned packages
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
93909e9c7b
commit
9255c4d2d0
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/jsdw/git-backup";
|
homepage = "https://github.com/jsdw/git-backup";
|
||||||
description = "A tool to help you backup your git repositories from services like GitHub";
|
description = "A tool to help you backup your git repositories from services like GitHub";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "git-backup";
|
mainProgram = "git-backup";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/swsnr/git-gone";
|
homepage = "https://github.com/swsnr/git-gone";
|
||||||
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "git-gone";
|
mainProgram = "git-gone";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/siedentop/git-quickfix";
|
homepage = "https://github.com/siedentop/git-quickfix";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "git-quickfix";
|
mainProgram = "git-quickfix";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "Automatically trims your branches whose tracking remote refs are merged or gone";
|
description = "Automatically trims your branches whose tracking remote refs are merged or gone";
|
||||||
homepage = "https://github.com/foriequal0/git-trim";
|
homepage = "https://github.com/foriequal0/git-trim";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "git-trim";
|
mainProgram = "git-trim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/ikatson/rqbit";
|
homepage = "https://github.com/ikatson/rqbit";
|
||||||
changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
|
changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "rqbit";
|
mainProgram = "rqbit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/harlanc/xiu";
|
homepage = "https://github.com/harlanc/xiu";
|
||||||
changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}";
|
changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "xiu";
|
mainProgram = "xiu";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/nuta/nsh";
|
homepage = "https://github.com/nuta/nsh";
|
||||||
changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md";
|
changelog = "https://github.com/nuta/nsh/raw/v${version}/docs/changelog.md";
|
||||||
license = [ licenses.cc0 /* or */ licenses.mit ];
|
license = [ licenses.cc0 /* or */ licenses.mit ];
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/ivanceras/svgbob";
|
homepage = "https://github.com/ivanceras/svgbob";
|
||||||
changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md";
|
changelog = "https://github.com/ivanceras/svgbob/raw/${version}/Changelog.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "svgbob";
|
mainProgram = "svgbob";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "the 'ls' replacement you never knew you needed";
|
description = "the 'ls' replacement you never knew you needed";
|
||||||
homepage = "https://github.com/willdoescode/nat";
|
homepage = "https://github.com/willdoescode/nat";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "natls";
|
mainProgram = "natls";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "sleep with feedback";
|
description = "sleep with feedback";
|
||||||
homepage = "https://github.com/clamiax/snore";
|
homepage = "https://github.com/clamiax/snore";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
mainProgram = "snore";
|
mainProgram = "snore";
|
||||||
};
|
};
|
||||||
|
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/orf/gping";
|
homepage = "https://github.com/orf/gping";
|
||||||
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
|
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ cafkafk ];
|
||||||
mainProgram = "gping";
|
mainProgram = "gping";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user