Unverified Commit dd0a325d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

gerbv: specify license

parent da2658d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/gerbv/gerbv/releases/tag/v${version}";
    maintainers = with maintainers; [ mog ];
    platforms = platforms.unix;
    license = licenses.gpl2;
    license = licenses.gpl2Plus;
  };
}