From 1043e3e5ef1e91ca817470f81d35603218cb7b14 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:12:48 +1000 Subject: [PATCH] skiplist: remove `goDeps` --- src/Skiplist.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Skiplist.hs b/src/Skiplist.hs index dece7ae..c1f174e 100644 --- a/src/Skiplist.hs +++ b/src/Skiplist.hs @@ -149,7 +149,6 @@ contentList = infixOf "buildPerlPackage" "Derivation contains buildPerlPackage", -- Specific skips for classes of packages infixOf "teams.gnome.members" "Do not update GNOME during a release cycle", - infixOf "goDeps" "Derivation contains goDeps attribute", infixOf "https://downloads.haskell.org/ghc/" "GHC packages are versioned per file" ]