qMasterPassword: add myself as maintainer
This commit is contained in:
parent
92cfa0563e
commit
e87a760a3c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/bkueng/qMasterPassword";
|
homepage = "https://github.com/bkueng/qMasterPassword";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with lib.maintainers; [ tadeokondrak ];
|
maintainers = with lib.maintainers; [ tadeokondrak teutat3s ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue