Commit e8aa20f0 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pyoprf: make meta.homepage point to subdir

parent 7b127652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,9 +54,9 @@ buildPythonPackage rec {
  pytestFlagsArray = [ "tests/test.py" ];

  meta = {
    homepage = "https://github.com/stef/liboprf/tree/master/python";
    inherit (liboprf.meta)
      description
      homepage
      changelog
      license
      teams