mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
treewide: adopt orphaned packages
This commit is contained in:
parent
bb0ac7022f
commit
07a57da4df
@ -1,5 +1,4 @@
|
||||
{ lib, fetchFromGitHub, rustPlatform, git }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "gitprompt-rs";
|
||||
version = "0.3.0";
|
||||
@ -22,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Simple Git prompt";
|
||||
homepage = "https://github.com/9ary/gitprompt-rs";
|
||||
license = with licenses; [ mpl20 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ isabelroses ];
|
||||
mainProgram = "gitprompt-rs";
|
||||
};
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "go-toml";
|
||||
version = "2.2.1";
|
||||
@ -25,7 +24,7 @@ buildGoModule rec {
|
||||
description = "Go library for the TOML language";
|
||||
homepage = "https://github.com/pelletier/go-toml";
|
||||
changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}";
|
||||
maintainers = [ ];
|
||||
maintainers = [ maintainers.isabelroses ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
, fetchFromGitHub
|
||||
, buildGoModule
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gotestsum";
|
||||
version = "1.10.1";
|
||||
@ -33,6 +32,6 @@ buildGoModule rec {
|
||||
mainProgram = "gotestsum";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ isabelroses ];
|
||||
};
|
||||
}
|
||||
|
@ -2,7 +2,6 @@
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goflow2";
|
||||
version = "2.1.3";
|
||||
@ -26,6 +25,6 @@ buildGoModule rec {
|
||||
description = "High performance sFlow/IPFIX/NetFlow Collector";
|
||||
homepage = "https://github.com/netsampler/goflow2";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ isabelroses ];
|
||||
};
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ buildGoModule rec {
|
||||
homepage = "https://smallstep.com/cli/";
|
||||
changelog = "https://github.com/smallstep/cli/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ isabelroses ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
mainProgram = "step";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user