From a3ed53beabcb2cdbef1aa974494eb721453b8f97 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Tue, 18 Apr 2023 19:12:54 -0400 Subject: [PATCH] python3Packages.gst-python: adopt maintainership as lilyinstarlight --- pkgs/development/python-modules/gst-python/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/gst-python/default.nix b/pkgs/development/python-modules/gst-python/default.nix index 9c30ebc68159..17bf2042cdc4 100644 --- a/pkgs/development/python-modules/gst-python/default.nix +++ b/pkgs/development/python-modules/gst-python/default.nix @@ -61,5 +61,6 @@ buildPythonPackage rec { homepage = "https://gstreamer.freedesktop.org"; description = "Python bindings for GStreamer"; license = licenses.lgpl2Plus; + maintainers = with maintainers; [ lilyinstarlight ]; }; }