From e4bd479a7f167ecf90459e9d97c4cc11563cc61f Mon Sep 17 00:00:00 2001 From: Albert Safin Date: Sun, 4 Aug 2024 14:14:18 +0000 Subject: [PATCH] libcutl: adopt --- pkgs/by-name/li/libcutl/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libcutl/package.nix b/pkgs/by-name/li/libcutl/package.nix index 9835b560eef2..b6620c955537 100644 --- a/pkgs/by-name/li/libcutl/package.nix +++ b/pkgs/by-name/li/libcutl/package.nix @@ -34,7 +34,7 @@ gccStdenv.mkDerivation (finalAttrs: { homepage = "https://codesynthesis.com/projects/libcutl/"; changelog = "https://git.codesynthesis.com/cgit/libcutl/libcutl/log/"; platforms = lib.platforms.all; - maintainers = [ ]; + maintainers = [ lib.maintainers.xzfc ]; license = lib.licenses.mit; }; })