mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Forgot maintainers
This commit is contained in:
parent
f5f5eff924
commit
3f3ac212fb
@ -24,5 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
||||||
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user