brasero: correct license, is actually gpl2Plus

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:02:07 +02:00
parent f2256c52f1
commit 5c831c7bfe
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
description = "A Gnome CD/DVD Burner";
homepage = https://wiki.gnome.org/Apps/Brasero;
maintainers = [ maintainers.bdimcheff ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
};
}