pure-ftpd: mark linux only
This commit is contained in:
parent
f6cf8e3426
commit
32227af3a6
@ -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.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user