summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/database
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-07-05 10:11:19 +0000
committerOrivej Desh <orivej@gmx.fr>2018-07-05 10:11:19 +0000
commit136b9479979d90535b004bb1f9216fcbddd0a472 (patch)
treeba7d36cbef32761be7b91ec920af9219589e8023 /pkgs/development/tools/database
parent5d3a2b946d967868bc8f3cbc4acba2d98ed7fc4d (diff)
sqlitebrowser: list ma27 as the maintainer (from #43047)
Diffstat (limited to 'pkgs/development/tools/database')
-rw-r--r--pkgs/development/tools/database/sqlitebrowser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/database/sqlitebrowser/default.nix b/pkgs/development/tools/database/sqlitebrowser/default.nix
index 054eabdb5e43..1b4a4b7f50b2 100644
--- a/pkgs/development/tools/database/sqlitebrowser/default.nix
+++ b/pkgs/development/tools/database/sqlitebrowser/default.nix
@@ -33,7 +33,7 @@ mkDerivation rec {
description = "DB Browser for SQLite";
homepage = http://sqlitebrowser.org/;
license = licenses.gpl3;
- maintainers = with maintainers; [ ];
+ maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux; # can only test on linux
};
}