ocs-url: fix pname

This commit is contained in:
Mario Rodas 2023-01-28 04:20:00 +00:00
parent 527f549d60
commit 0952065908

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchgit, libsForQt5 }:
stdenv.mkDerivation rec {
name = "ocs-url";
pname = "ocs-url";
version = "3.1.0";
srcs = [