Merge pull request #55494 from markuskowa/fix-maint
Add myself as maintainer to several packages
This commit is contained in:
commit
b4c7f7e3c1
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user