xgeometry-select: remove license field. license is unknown.

This commit is contained in:
obadz 2016-06-07 17:55:28 +01:00
parent 5811b47ba3
commit ca067ff248

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Select a region with mouse and prints geometry information (x/y/w/h)";
homepage = https://bbs.archlinux.org/viewtopic.php?pid=660837;
license = licenses.unknown;
maintainers = with maintainers; [ obadz ];
platforms = platforms.linux;
};