gnome-mines:update license to GPLv3

This commit is contained in:
Robert Roth 2016-11-24 13:52:28 +02:00
parent 845f7daa68
commit 4642c338e1

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Mines;
description = "Clear hidden mines from a minefield";
maintainers = gnome3.maintainers;
license = licenses.gpl2;
license = licenses.gpl3;
platforms = platforms.linux;
};
}