grc: update meta.homepage

main
AndersonTorres 2 years ago committed by Jonathan Ringer
parent dce2b3eb6d
commit 8254f078fc
  1. 7
      pkgs/tools/misc/grc/default.nix

@ -1,4 +1,7 @@
{ lib, fetchFromGitHub, buildPythonApplication }:
{ lib
, fetchFromGitHub
, buildPythonApplication
}:
buildPythonApplication rec {
pname = "grc";
@ -27,7 +30,7 @@ buildPythonApplication rec {
'';
meta = with lib; {
homepage = "http://korpus.juls.savba.sk/~garabik/software/grc.html";
homepage = "http://kassiopeia.juls.savba.sk/~garabik/software/grc.html";
description = "A generic text colouriser";
longDescription = ''
Generic Colouriser is yet another colouriser (written in Python) for

Loading…
Cancel
Save