apx: specify license

This commit is contained in:
Fabian Affolter 2023-05-31 09:06:17 +02:00 committed by GitHub
parent 01f12a564f
commit 3175f401b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ buildGoModule rec {
description = "The Vanilla OS package manager";
homepage = "https://github.com/Vanilla-OS/apx";
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/${version}";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ dit7ya ];
};
}