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"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/ljanyst/carddav-util;
|
||||
description = "A CardDAV import/export utility";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.isc;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user