Merge pull request #55494 from markuskowa/fix-maint

Add myself as maintainer to several packages
This commit is contained in:
markuskowa 2019-02-09 21:24:59 +01:00 committed by GitHub
commit b4c7f7e3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://www.xm1math.net/texmaker/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ cfouche ];
maintainers = with maintainers; [ cfouche markuskowa ];
};
}

View file

@ -40,7 +40,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A DAB/DAB+ Software Radio";
homepage = https://www.welle.io/;
maintainers = with maintainers; [ ck3d ];
maintainers = with maintainers; [ ck3d markuskowa ];
license = licenses.gpl2;
platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin;
};

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
description = "Graphical front-end to Git";
maintainers = with maintainers; [ peterhoeg ];
maintainers = with maintainers; [ peterhoeg markuskowa ];
inherit (qtbase.meta) platforms;
};
}

View file

@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
homepage = http://snapper.io;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ tstrobel ];
maintainers = with maintainers; [ tstrobel markuskowa ];
};
}