rambox, franz: recommendations by Mic92

This commit is contained in:
Alex Ivanov 2016-10-03 19:24:57 +03:00
parent 756fece17d
commit 43d327c137
3 changed files with 5 additions and 0 deletions

View file

@ -167,6 +167,7 @@
giogadi = "Luis G. Torres <lgtorres42@gmail.com>";
gleber = "Gleb Peregud <gleber.p@gmail.com>";
globin = "Robin Gloster <mail@glob.in>";
gnidorah = "Alex Ivanov <yourbestfriend@opmbx.org>";
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
Gonzih = "Max Gonzih <gonzih@gmail.com>";
gpyh = "Yacine Hmito <yacine.hmito@gmail.com>";

View file

@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
description = "A free messaging app that combines chat & messaging services into one application";
homepage = http://meetfranz.com;
license = licenses.free;
maintainers = [ stdenv.lib.maintainers.gnidorah ];
platforms = ["x86_64-linux"];
hydraPlatforms = [];
};
}

View file

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
homepage = http://rambox.pro;
license = licenses.mit;
maintainers = [ stdenv.lib.maintainers.gnidorah ];
platforms = ["x86_64-linux"];
hydraPlatforms = [];
};
}