forked from mirrors/nixpkgs
pure-ftpd: extend meta.platforms
This commit is contained in:
parent
9145b386b6
commit
03b61cefc4
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://www.pureftpd.org;
|
homepage = https://www.pureftpd.org;
|
||||||
license = licenses.isc; # with some parts covered by BSD3(?)
|
license = licenses.isc; # with some parts covered by BSD3(?)
|
||||||
maintainers = [ maintainers.lethalman ];
|
maintainers = [ maintainers.lethalman ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue