tomb: fix meta.license

This commit is contained in:
Anthony Roussel 2023-11-10 00:06:46 +01:00
parent 99c8b3b70a
commit db4c847f86
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
description = "File encryption on GNU/Linux";
homepage = "https://www.dyne.org/software/tomb/";
changelog = "https://github.com/dyne/Tomb/blob/v${version}/ChangeLog.md";
license = licenses.gpl3;
license = licenses.gpl3Only;
mainProgram = "tomb";
maintainers = with maintainers; [ peterhoeg anthonyroussel ];
platforms = platforms.linux;