atom: add myself as maintainer
This commit is contained in:
parent
87b0afb006
commit
36a4e54372
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A hackable text editor for the 21st Century";
|
description = "A hackable text editor for the 21st Century";
|
||||||
homepage = https://atom.io/;
|
homepage = https://atom.io/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.offline maintainers.nequissimus maintainers.ysndr ];
|
maintainers = with maintainers; [ offline nequissimus synthetica ysndr ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue