sqlitestudio: specify the license more precisely as gpl3only rather than gpl3

This commit is contained in:
Noa Virellia
2025-06-17 11:00:13 +08:00
parent c595023bee
commit 939e7073d3
+1 -1
View File
@@ -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 ];