orpie: update homepage

+1 -1
+1 -1
pkgs/applications/misc/orpie/default.nix
··· 12 12 buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]); 13 13 14 14 meta = { 15 - homepage = http://pessimization.com/software/orpie/; 15 + homepage = https://github.com/pelzlpj/orpie; 16 16 description = "A fullscreen RPN calculator for the console"; 17 17 license = stdenv.lib.licenses.gpl2; 18 18 platforms = stdenv.lib.platforms.all;