mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
pam_mount: add licenses
This commit is contained in:
parent
7c10761149
commit
11bb3c134f
@ -27,10 +27,11 @@ stdenv.mkDerivation rec {
|
||||
rm -r $out/nix
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pam-mount.sourceforge.net/;
|
||||
description = "PAM module to mount volumes for a user session";
|
||||
maintainers = [ stdenv.lib.maintainers.tstrobel ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ maintainers.tstrobel ];
|
||||
license = with licenses; [ gpl2 gpl3 lgpl21 lgpl3 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user