libdigidoc: add myself as maintainer

I'd like to get notifications for bumps of this, considering it's used
in qdigidoc, a package I maintain.
This commit is contained in:
Florian Klink 2025-08-03 22:01:48 +02:00
parent 50df573258
commit bd2b8cc4a1

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
];
};
}