atom: add myself as maintainer

This commit is contained in:
Patrick Hilhorst 2018-05-15 20:33:41 +02:00
parent 87b0afb006
commit 36a4e54372
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2
1 changed files with 1 additions and 1 deletions

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" ];
};
}