{"id":21391,"url":"https://github.com/goreleaser/nfpm","last_synced_at":"2026-07-18T12:20:27.548Z","repository":{"id":39533272,"uuid":"116259506","full_name":"goreleaser/nfpm","owner":"goreleaser","description":"nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go","archived":false,"fork":false,"pushed_at":"2025-08-15T08:40:50.000Z","size":2850,"stargazers_count":2380,"open_issues_count":12,"forks_count":167,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-08-15T10:25:08.041Z","etag":null,"topics":["apk","apk-packager","archlinux","archlinux-packager","archlinux-packages","deb","deb-package","deb-packages","fpm","go","golang","hacktoberfest","rpm","rpm-packages","rpm-packaging","rpmbuild"],"latest_commit_sha":null,"homepage":"https://nfpm.goreleaser.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goreleaser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["caarlos0"],"open_collective":"goreleaser","custom":["https://goreleaser.com/pro"]}},"created_at":"2018-01-04T12:49:38.000Z","updated_at":"2025-08-15T08:40:52.000Z","dependencies_parsed_at":"2023-10-04T23:14:58.098Z","dependency_job_id":"6c93fb3b-8858-429c-af24-b7c1f910f477","html_url":"https://github.com/goreleaser/nfpm","commit_stats":{"total_commits":1001,"total_committers":78,"mean_commits":"12.833333333333334","dds":0.4275724275724275,"last_synced_commit":"08822ca024bb6afae86d8c887a032b404d187ff1"},"previous_names":["caarlos0/pkg","goreleaser/pkg"],"tags_count":153,"template":false,"template_full_name":null,"purl":"pkg:github/goreleaser/nfpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreleaser%2Fnfpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreleaser%2Fnfpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreleaser%2Fnfpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreleaser%2Fnfpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goreleaser","download_url":"https://codeload.github.com/goreleaser/nfpm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreleaser%2Fnfpm/sbom","scorecard":{"id":102463,"data":{"date":"2025-08-11","repo":{"name":"github.com/goreleaser/nfpm","commit":"4a07fe4737610b251de7df6b0482e4fb147d7ca8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.6,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Maintained","score":10,"reason":"23 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 2/9 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/build.yml:132","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:13","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/build.yml:32","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:16","Warn: no topLevel permission defined: .github/workflows/generate.yml:1","Info: topLevel permissions set to 'read-all': .github/workflows/lint.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/milestone.yml:11","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:9","Warn: topLevel 'packages' permission set to 'write': .github/workflows/release.yml:11"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:97: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:114: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:83: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/docs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/docs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/generate.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/generate.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/generate.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/generate.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/generate.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/generate.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/generate.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/generate.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/milestone.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/milestone.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/goreleaser/nfpm/release.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating alpine to alpine@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1","Warn: pipCommand not pinned by hash: scripts/pages/build.sh:3","Warn: pipCommand not pinned by hash: scripts/pages/build.sh:4","Warn: goCommand not pinned by hash: .github/workflows/generate.yml:27","Info:   2 out of  21 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  26 third-party GitHubAction dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:23"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: checksums.txt.sig: https://github.com/goreleaser/nfpm/releases/tag/v2.43.0","Info: signed release artifact: checksums.txt.sig: https://github.com/goreleaser/nfpm/releases/tag/v2.42.1","Info: signed release artifact: checksums.txt.sig: https://github.com/goreleaser/nfpm/releases/tag/v2.42.0","Info: signed release artifact: checksums.txt.sig: https://github.com/goreleaser/nfpm/releases/tag/v2.41.3","Info: signed release artifact: checksums.txt.sig: https://github.com/goreleaser/nfpm/releases/tag/v2.41.2","Warn: release artifact v2.43.0 does not have provenance: https://api.github.com/repos/goreleaser/nfpm/releases/223805242","Warn: release artifact v2.42.1 does not have provenance: https://api.github.com/repos/goreleaser/nfpm/releases/220067463","Warn: release artifact v2.42.0 does not have provenance: https://api.github.com/repos/goreleaser/nfpm/releases/209093098","Warn: release artifact v2.41.3 does not have provenance: https://api.github.com/repos/goreleaser/nfpm/releases/202878575","Warn: release artifact v2.41.2 does not have provenance: https://api.github.com/repos/goreleaser/nfpm/releases/194260016"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-15T10:25:20.781Z","repository_id":39533272,"created_at":"2025-08-15T10:25:20.781Z","updated_at":"2025-08-15T10:25:20.781Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272220014,"owners_count":24894475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apk","apk-packager","archlinux","archlinux-packager","archlinux-packages","deb","deb-package","deb-packages","fpm","go","golang","hacktoberfest","rpm","rpm-packages","rpm-packaging","rpmbuild"],"created_at":"2024-01-11T19:13:35.230Z","updated_at":"2025-08-26T12:25:52.288Z","avatar_url":"https://github.com/goreleaser.png","language":"Go","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/21391","html_url":"https://opencollective.ecosyste.ms/projects/21391","collective":{"id":3253,"uuid":"ov349mrw-gz75lpye-456a08dj-eybknoxd","slug":"goreleaser","name":"goreleaser","description":"Deliver Go binaries as fast and easily as possible","website":"https://goreleaser.com","github":"goreleaser","twitter":"GoReleaser","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://goreleaser.com"},{"type":"TWITTER","url":"https://twitter.com/GoReleaser"},{"type":"GITHUB","url":"https://github.com/goreleaser"}],"currency":"USD","projects_count":61,"last_synced_at":"2026-07-29T00:15:14.621Z","created_at":"2024-01-10T13:17:54.644Z","updated_at":"2026-07-29T00:15:14.794Z","transactions_count":1205,"balance":598.1800000000011,"account_type":"COLLECTIVE","owner":{"login":"goreleaser","name":"GoReleaser","uuid":"24697112","kind":"organization","description":"Deliver Go binaries as fast and easily as possible","email":null,"website":"https://goreleaser.com","location":"Brazil","twitter":"goreleaser","company":null,"icon_url":"https://avatars.githubusercontent.com/u/24697112?v=4","repositories_count":46,"last_synced_at":"2024-10-29T22:39:02.890Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["caarlos0"],"open_collective":"goreleaser","custom":["https://goreleaser.com/pro"]}},"html_url":"https://github.com/goreleaser","funding_links":["https://github.com/sponsors/caarlos0","https://opencollective.com/goreleaser","https://goreleaser.com/pro"],"total_stars":17810,"followers":185,"following":0,"created_at":"2022-11-07T17:16:39.781Z","updated_at":"2024-10-29T22:39:02.891Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goreleaser","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goreleaser/repositories"},"last_project_activity_at":"2026-04-04T01:14:43.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2018-01-18T19:01:24.893Z","collective_updated_at":"2021-10-27T01:34:11.830Z","html_url":"https://opencollective.com/goreleaser","icon_url":"https://images.opencollective.com/goreleaser/logo/40.png","total_donations":9802.209999999988,"total_expenses":-10291.530000000124,"current_balance":598.1800000000011,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/goreleaser","url":"https://opencollective.ecosyste.ms/collectives/goreleaser","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/goreleaser/projects"}}