Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Mar 3, 2025
1 parent 2d23533 commit b772b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2024, @_ivaquero_
Copyright (c) 2024, @ivaquero

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion bin/auto-pr.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Requires -Version 5.1
param(
# overwrite upstream param
[String]$upstream = 'ivaquero/scoopet:master'
[String]$upstream = 'scoopforge/extras-cn:master'
)

if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
Expand Down

0 comments on commit b772b87

Please sign in to comment.