orpie: update homepage
This commit is contained in:
parent
7bc523c492
commit
bb6263af72
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
|
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pessimization.com/software/orpie/;
|
homepage = https://github.com/pelzlpj/orpie;
|
||||||
description = "A fullscreen RPN calculator for the console";
|
description = "A fullscreen RPN calculator for the console";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user