redmine: add common_mark gem group

+2 -2
+2 -2
pkgs/applications/version-management/redmine/default.nix
··· 7 7 8 8 inherit ruby; 9 9 gemdir = ./.; 10 - groups = [ "development" "ldap" "markdown" "minimagick" "test" ]; 10 + groups = [ "development" "ldap" "markdown" "common_mark" "minimagick" "test" ]; 11 11 }; 12 12 in 13 13 stdenv.mkDerivation rec { ··· 47 47 meta = with lib; { 48 48 homepage = "https://www.redmine.org/"; 49 49 platforms = platforms.linux; 50 - maintainers = with maintainers; [ aanderse felixsinger ]; 50 + maintainers = with maintainers; [ aanderse felixsinger megheaiulian ]; 51 51 license = licenses.gpl2; 52 52 }; 53 53 }