tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
orpie: update homepage
Markus Kowalewski
7 years ago
bb6263af
7bc523c4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
orpie
default.nix
+1
-1
pkgs/applications/misc/orpie/default.nix
···
12
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
13
14
meta = {
15
-
homepage = http://pessimization.com/software/orpie/;
16
description = "A fullscreen RPN calculator for the console";
17
license = stdenv.lib.licenses.gpl2;
18
platforms = stdenv.lib.platforms.all;
···
12
buildInputs = [ ncurses gsl ] ++ (with ocamlPackages; [ ocaml camlp4 ]);
13
14
meta = {
15
+
homepage = https://github.com/pelzlpj/orpie;
16
description = "A fullscreen RPN calculator for the console";
17
license = stdenv.lib.licenses.gpl2;
18
platforms = stdenv.lib.platforms.all;