mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nixVersions: add artturin to maintainers
This commit is contained in:
parent
a1d12edc46
commit
e8d30cd329
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ self = stdenv.mkDerivation {
|
|||
'';
|
||||
homepage = "https://nixos.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ eelco lovesegfault ];
|
||||
maintainers = with maintainers; [ eelco lovesegfault artturin ];
|
||||
platforms = platforms.unix;
|
||||
outputsToInstall = [ "out" ] ++ optional enableDocumentation "man";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue