From 764b4cc6b4342a90d234e6481e478767860fe472 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 14 Jul 2024 05:58:47 +0200 Subject: [PATCH] python312Packages.libsass: add sigmanificient to maintainers --- pkgs/development/python-modules/libsass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/libsass/default.nix b/pkgs/development/python-modules/libsass/default.nix index 13322dd79ba7..9c59c487d839 100644 --- a/pkgs/development/python-modules/libsass/default.nix +++ b/pkgs/development/python-modules/libsass/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { mainProgram = "pysassc"; homepage = "https://sass.github.io/libsass-python/"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ sigmanificient ]; }; }