carddav-util: add license
This commit is contained in:
parent
aad2acfab7
commit
19148bd2f1
@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix PATH : "$prefix/bin:$PATH"
|
--prefix PATH : "$prefix/bin:$PATH"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/ljanyst/carddav-util;
|
homepage = https://github.com/ljanyst/carddav-util;
|
||||||
description = "A CardDAV import/export utility";
|
description = "A CardDAV import/export utility";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.isc;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user