sqlitestudio: specify the license more precisely as gpl3only rather than gpl3
This commit is contained in:
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Free, open source, multi-platform SQLite database manager";
|
||||
homepage = "https://sqlitestudio.pl/";
|
||||
license = lib.licenses.gpl3;
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "sqlitestudio";
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ asterismono ];
|
||||
|
||||
Reference in New Issue
Block a user