xfig: update meta data

This commit is contained in:
Markus Kowalewski 2018-08-18 00:45:54 +02:00
parent 2ba5ac8dda
commit 824a0192a7
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -41,7 +41,10 @@ stdenv.mkDerivation {
meta = {
description = "An interactive drawing tool for X11";
homepage = http://xfig.org;
homepage = http://mcj.sourceforge.net/;
license = {
url = "http://mcj.sourceforge.net/authors.html#xfig";
};
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
};
}