Unverified Commit 0d64d6c0 authored by quantenzitrone's avatar quantenzitrone
Browse files

lib.licenses.purdueBsd: fix typo in fullName and comment

parent 257993f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1097,7 +1097,7 @@ lib.mapAttrs mkLicense ({
  };

  purdueBsd = {
    fullName = " Purdue BSD-Style License"; # also know as lsof license
    fullName = "Purdue BSD-Style License"; # also known as lsof license
    url = "https://enterprise.dejacode.com/licenses/public/purdue-bsd";
  };