enyo-doom: update license (#101410)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tad Fisher
2021-01-07 21:25:50 +01:00
committed by GitHub
co-authored by Sandro
parent 257d0ac00f
commit 7b0aed2b06
+1 -1
View File
@@ -20,7 +20,7 @@ mkDerivation rec {
meta = {
homepage = "https://gitlab.com/sdcofer70/enyo-doom";
description = "Frontend for Doom engines";
license = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.tadfisher ];
};