about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gst-python
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-04-18 19:12:54 -0400
committerLily Foster <lily@lily.flowers>2023-05-18 18:47:20 -0400
commita3ed53beabcb2cdbef1aa974494eb721453b8f97 (patch)
tree95d6e1a6e7c86abb3ccde6bc94b34aee56d5e944 /pkgs/development/python-modules/gst-python
parent273d862e4698cf64032fc01fad1398ae7f92ac92 (diff)
python3Packages.gst-python: adopt maintainership as lilyinstarlight
Diffstat (limited to 'pkgs/development/python-modules/gst-python')
-rw-r--r--pkgs/development/python-modules/gst-python/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/gst-python/default.nix b/pkgs/development/python-modules/gst-python/default.nix
index 9c30ebc68159f..17bf2042cdc41 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 ];
   };
 }