about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2019-02-09 21:24:59 +0100
committerGitHub <noreply@github.com>2019-02-09 21:24:59 +0100
commitb4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4 (patch)
tree111fd94526357bd591181dc1007bfcc1965cc4a7
parent64825dfd26ace38ffa2c0de971a5fafb87fdfd30 (diff)
parente9f64ad63e8d490b12cfb8ea6a2e60151d022154 (diff)
downloadnixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar.gz
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar.bz2
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar.lz
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar.xz
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.tar.zst
nixlib-b4c7f7e3c1d431dc4a42fe7da0c74430958ce6b4.zip
Merge pull request #55494 from markuskowa/fix-maint
Add myself as maintainer to several packages
-rw-r--r--pkgs/applications/editors/texmaker/default.nix2
-rw-r--r--pkgs/applications/misc/welle-io/default.nix2
-rw-r--r--pkgs/applications/version-management/git-and-tools/qgit/default.nix2
-rw-r--r--pkgs/tools/misc/snapper/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 036bd8e546c4..79ece9d62a98 100644
--- a/pkgs/applications/editors/texmaker/default.nix
+++ b/pkgs/applications/editors/texmaker/default.nix
@@ -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 ];
   };
 }
diff --git a/pkgs/applications/misc/welle-io/default.nix b/pkgs/applications/misc/welle-io/default.nix
index fae591d7ee03..acf0226c0db5 100644
--- a/pkgs/applications/misc/welle-io/default.nix
+++ b/pkgs/applications/misc/welle-io/default.nix
@@ -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;
   };
diff --git a/pkgs/applications/version-management/git-and-tools/qgit/default.nix b/pkgs/applications/version-management/git-and-tools/qgit/default.nix
index 0a88fbd09291..0074d44391ef 100644
--- a/pkgs/applications/version-management/git-and-tools/qgit/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/qgit/default.nix
@@ -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;
   };
 }
diff --git a/pkgs/tools/misc/snapper/default.nix b/pkgs/tools/misc/snapper/default.nix
index 3d1eedab8c47..87fda19a75fe 100644
--- a/pkgs/tools/misc/snapper/default.nix
+++ b/pkgs/tools/misc/snapper/default.nix
@@ -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 ];
   };
 }