summaryrefslogtreecommitdiffstats
path: root/pkgs/games/fsg
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-05 11:12:35 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-05 11:56:19 +0300
commitbc5f55cc91e70896c99fb55d4b299c286a6a935b (patch)
treef5e1dee31f9fa311d41b7f75f74244d773b78fb1 /pkgs/games/fsg
parent167115f1a26644d00b8d942166c964ac6dc4b1e9 (diff)
Adopt a few packages
Diffstat (limited to 'pkgs/games/fsg')
-rw-r--r--pkgs/games/fsg/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/fsg/default.nix b/pkgs/games/fsg/default.nix
index a4579ad2ae36..12182b8712c5 100644
--- a/pkgs/games/fsg/default.nix
+++ b/pkgs/games/fsg/default.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation {
'';
meta = {
- description = "Falling Sand Game - a cellular automata engine tuned towards the likes of Falling Sand";
+ description = "Cellular automata engine tuned towards the likes of Falling Sand";
+ maintainers = [stdenv.lib.maintainers.raskin];
};
}