libbluray: adopt maintainership

This commit is contained in:
Andrew Marshall
2026-01-10 09:45:05 -05:00
parent 455e209f66
commit 0cf7d1a86c
+1 -1
View File
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.videolan.org/developers/libbluray.html";
description = "Library to access Blu-Ray disks for video playback";
license = lib.licenses.lgpl21;
maintainers = [ ];
maintainers = [ lib.maintainers.amarshall ];
platforms = lib.platforms.unix;
};