mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
nix-update: remove maintainer
This commit is contained in:
parent
0c594546c6
commit
20d0abb80b
@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
inherit (src.meta) homepage;
|
||||
changelog = "https://github.com/Mic92/nix-update/releases/tag/${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda mic92 zowoq ];
|
||||
maintainers = with maintainers; [ figsoda mic92 ];
|
||||
mainProgram = "nix-update";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user