libdigidoc: add myself as maintainer (#430736)

This commit is contained in:
nikstur
2025-08-03 22:10:59 +02:00
committed by GitHub
+4 -1
View File
@@ -72,6 +72,9 @@ stdenv.mkDerivation rec {
homepage = "https://www.id.ee/";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = [ maintainers.jagajaga ];
maintainers = [
maintainers.flokli
maintainers.jagajaga
];
};
}