redmine: add common_mark gem group

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