Merge pull request #212408 from raboof/imapsync-fix-license

imapsync: fix license
This commit is contained in:
Pascal Wittmann 2023-01-24 11:29:22 +01:00 committed by GitHub
commit 353e2d957c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -715,7 +715,12 @@ in mkLicense lset) ({
ncsa = {
spdxId = "NCSA";
fullName = "University of Illinois/NCSA Open Source License";
fullName = "University of Illinois/NCSA Open Source License";
};
nlpl = {
spdxId = "NLPL";
fullName = "No Limit Public License";
};
nposl3 = {

View file

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Mail folder synchronizer between IMAP servers";
homepage = "https://imapsync.lamiral.info/";
license = licenses.wtfpl;
license = licenses.nlpl;
maintainers = with maintainers; [ pSub ];
platforms = platforms.unix;
};