atom: add myself as maintainer

This commit is contained in:
Patrick Hilhorst
2018-05-15 20:33:41 +02:00
parent 87b0afb006
commit 36a4e54372

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "A hackable text editor for the 21st Century";
homepage = https://atom.io/;
license = licenses.mit;
maintainers = [ maintainers.offline maintainers.nequissimus maintainers.ysndr ];
maintainers = with maintainers; [ offline nequissimus synthetica ysndr ];
platforms = [ "x86_64-linux" ];
};
}