Unverified Commit 130323cf authored by nikstur's avatar nikstur Committed by GitHub
Browse files

libdigidoc: add myself as maintainer (#430736)

parents fdfff8ed bd2b8cc4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}