osmctools: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:48:52 +02:00
parent f71165da03
commit 94b42449eb
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
https://wiki.openstreetmap.org/wiki/Osmfilter
];
platforms = platforms.unix;
license = licenses.agpl3;
};
}