mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pure-ftpd: fix meta.license
There is no licenses.bsd. Consulting the source reveals that it uses the language of the ISC license (which is supposed to be equivalent to the simplified BSD license).
This commit is contained in:
parent
7e7a614aaa
commit
52f0aa3f82
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free, secure, production-quality and standard-conformant FTP server";
|
||||
homepage = https://www.pureftpd.org;
|
||||
license = licenses.bsd;
|
||||
license = licenses.isc; # with some parts covered by BSD3(?)
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user