_1password-gui: add timstott as maintainer

This commit is contained in:
Timothy Stott 2020-10-27 08:49:45 +00:00
parent 1ad5426911
commit e84fc8f64c

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://1password.com/";
license = licenses.unfree;
maintainers = with maintainers; [ danieldk ];
maintainers = with maintainers; [ danieldk timstott ];
platforms = [ "x86_64-linux" ];
};
}