celf: fix version, update license, remove name

This commit is contained in:
jopejoe1
2026-01-31 22:21:38 +01:00
parent a101324f13
commit a6aa107ed6
+3 -4
View File
@@ -5,10 +5,9 @@
smlnj,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "celf";
pversion = "2013-07-25";
name = "celf-${pversion}";
version = "2.9.3-unstable-2013-07-25";
src = fetchFromGitHub {
owner = "clf";
@@ -35,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Linear logic programming system";
mainProgram = "celf";
homepage = "https://github.com/clf/celf";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ bcdarwin ];
platforms = lib.platforms.unix;
};