drgeo: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-09-08 14:42:12 +02:00
parent 2031c0ebfe
commit 2ed07fdb2b
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,8 +20,10 @@ stdenv.mkDerivation rec {
cp drgeo.desktop.in drgeo.desktop
'';
meta = {
meta = with stdenv.lib; {
description = "Interactive geometry program";
platforms = stdenv.lib.platforms.linux;
homepage = https://sourceforge.net/projects/ofset;
license = licenses.gpl2;
platforms = platforms.linux;
};
}