serd: set myself as maintainer

This commit is contained in:
Samuel Tardieu
2024-10-29 06:24:55 +01:00
parent 951e05b4b7
commit de26abe63b
+1 -1
View File
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
description = "Lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples";
homepage = "https://drobilla.net/software/serd";
license = lib.licenses.isc;
maintainers = [ ];
maintainers = with lib.maintainers; [ samueltardieu ];
mainProgram = "serdi";
platforms = lib.platforms.unix;
};