orpie: update homepage

This commit is contained in:
Markus Kowalewski 2018-09-02 00:13:21 +02:00
parent 7bc523c492
commit bb6263af72
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
meta = {
homepage = http://pessimization.com/software/orpie/;
homepage = https://github.com/pelzlpj/orpie;
description = "A fullscreen RPN calculator for the console";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;