mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #278589 from SuperSandro2000/meta-mainProgramm
go-camo, nixos-option: set meta.mainProgram
This commit is contained in:
commit
07066cb8ca
@ -25,6 +25,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/cactus/go-camo";
|
||||
changelog = "https://github.com/cactus/go-camo/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
mainProgram = "go-camo";
|
||||
maintainers = with maintainers; [ viraptor ];
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
license = licenses.lgpl2Plus;
|
||||
mainProgram = "nixos-option";
|
||||
maintainers = with maintainers; [ ];
|
||||
inherit (nix.meta) platforms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user